projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aefe6a
)
(save-completions-flag): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Sep 1997 22:34:14 +0000
(22:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Sep 1997 22:34:14 +0000
(22:34 +0000)
lisp/completion.el
patch
|
blob
|
history
diff --git
a/lisp/completion.el
b/lisp/completion.el
index 67127020c1c8b0005090a7e517fc0dff155de025..f087031b266a3bbb95c8d03eb54f22cb05fe1c49 100644
(file)
--- a/
lisp/completion.el
+++ b/
lisp/completion.el
@@
-292,7
+292,7
@@
If nil, no new words added to the database or saved to the init file."
(defcustom save-completions-flag t
"*Non-nil means save most-used completions when exiting Emacs.
-See also `save
d
-completions-retention-time'."
+See also `save-completions-retention-time'."
:type 'boolean
:group 'completion)